scale
Scales the transformation matrix by the specified scale vector.
Return
A new AffineTransformationMatrix3 that represents the scaling.
Parameters
scale
The scale vector containing x, y, and z components.
Scales the transformation matrix by the specified factor.
Return
A new AffineTransformationMatrix3 that represents the scaling.
Parameters
factor
The scaling factor to apply uniformly along all axes.